home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / usg5-3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  1.6 KB  |  60 lines

  1. /* Definitions file for GNU Emacs running on AT&T's System V Release 3
  2.    Copyright (C) 1987 Free Software Foundation, Inc.
  3.  
  4. This file is part of GNU Emacs.
  5.  
  6. GNU Emacs is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2, or (at your option)
  9. any later version.
  10.  
  11. GNU Emacs is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public License
  17. along with GNU Emacs; see the file COPYING.  If not, write to
  18. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  19.  
  20. /* Synched up with: FSF 19.29. */
  21.  
  22. #include "usg5-2-2.h"
  23.  
  24. #define USG5_3
  25.  
  26. /* Some versions of V.3 have this, but not all.
  27.    #define HAVE_PTYS
  28.    #define SYSV_PTYS  */
  29.  
  30. /* 5.3 apparently makes close() interruptible */
  31.  
  32. #define INTERRUPTIBLE_CLOSE
  33.  
  34. /* Apparently -lg is provided in 5.3 */
  35.  
  36. #undef LIBS_DEBUG
  37.  
  38. /* Some variants have TIOCGETC, but the structures to go with it
  39.    are not declared.  */
  40.  
  41. #define BROKEN_TIOCGETC
  42.  
  43. /* AT&T SVr3 X wants to be linked with shared libraries */
  44.  
  45. #define LIB_X11_LIB -lX11_s
  46.  
  47. /* X needs to talk on the network, so search the network library.  */
  48.  
  49. #define LIBX10_SYSTEM -lnsl_s
  50. #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s
  51.  
  52. /* Some variants have TIOCGWINSZ, but the structures to go with it
  53.    are not declared.  */
  54.  
  55. #define BROKEN_TIOCGWINSZ
  56.  
  57. /* Enable support for shared libraries in unexec.  */
  58.  
  59. #define USG_SHARED_LIBRARIES
  60.